3.2584 \(\int \frac{\sqrt{3+5 x}}{(1-2 x)^{5/2}} \, dx\)

Optimal. Leaf size=22 \[ \frac{2 (5 x+3)^{3/2}}{33 (1-2 x)^{3/2}} \]

[Out]

(2*(3 + 5*x)^(3/2))/(33*(1 - 2*x)^(3/2))

________________________________________________________________________________________

Rubi [A]  time = 0.0017861, antiderivative size = 22, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.053, Rules used = {37} \[ \frac{2 (5 x+3)^{3/2}}{33 (1-2 x)^{3/2}} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[3 + 5*x]/(1 - 2*x)^(5/2),x]

[Out]

(2*(3 + 5*x)^(3/2))/(33*(1 - 2*x)^(3/2))

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rubi steps

\begin{align*} \int \frac{\sqrt{3+5 x}}{(1-2 x)^{5/2}} \, dx &=\frac{2 (3+5 x)^{3/2}}{33 (1-2 x)^{3/2}}\\ \end{align*}

Mathematica [A]  time = 0.0051132, size = 22, normalized size = 1. \[ \frac{2 (5 x+3)^{3/2}}{33 (1-2 x)^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[3 + 5*x]/(1 - 2*x)^(5/2),x]

[Out]

(2*(3 + 5*x)^(3/2))/(33*(1 - 2*x)^(3/2))

________________________________________________________________________________________

Maple [A]  time = 0.002, size = 17, normalized size = 0.8 \begin{align*}{\frac{2}{33} \left ( 3+5\,x \right ) ^{{\frac{3}{2}}} \left ( 1-2\,x \right ) ^{-{\frac{3}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3+5*x)^(1/2)/(1-2*x)^(5/2),x)

[Out]

2/33*(3+5*x)^(3/2)/(1-2*x)^(3/2)

________________________________________________________________________________________

Maxima [B]  time = 3.42917, size = 65, normalized size = 2.95 \begin{align*} \frac{\sqrt{-10 \, x^{2} - x + 3}}{3 \,{\left (4 \, x^{2} - 4 \, x + 1\right )}} + \frac{5 \, \sqrt{-10 \, x^{2} - x + 3}}{33 \,{\left (2 \, x - 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^(1/2)/(1-2*x)^(5/2),x, algorithm="maxima")

[Out]

1/3*sqrt(-10*x^2 - x + 3)/(4*x^2 - 4*x + 1) + 5/33*sqrt(-10*x^2 - x + 3)/(2*x - 1)

________________________________________________________________________________________

Fricas [A]  time = 1.44495, size = 74, normalized size = 3.36 \begin{align*} \frac{2 \,{\left (5 \, x + 3\right )}^{\frac{3}{2}} \sqrt{-2 \, x + 1}}{33 \,{\left (4 \, x^{2} - 4 \, x + 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^(1/2)/(1-2*x)^(5/2),x, algorithm="fricas")

[Out]

2/33*(5*x + 3)^(3/2)*sqrt(-2*x + 1)/(4*x^2 - 4*x + 1)

________________________________________________________________________________________

Sympy [A]  time = 2.52727, size = 82, normalized size = 3.73 \begin{align*} \begin{cases} \frac{250 i \left (x + \frac{3}{5}\right )^{\frac{3}{2}}}{330 \left (x + \frac{3}{5}\right ) \sqrt{10 x - 5} - 363 \sqrt{10 x - 5}} & \text{for}\: \frac{10 \left |{x + \frac{3}{5}}\right |}{11} > 1 \\- \frac{250 \left (x + \frac{3}{5}\right )^{\frac{3}{2}}}{330 \sqrt{5 - 10 x} \left (x + \frac{3}{5}\right ) - 363 \sqrt{5 - 10 x}} & \text{otherwise} \end{cases} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)**(1/2)/(1-2*x)**(5/2),x)

[Out]

Piecewise((250*I*(x + 3/5)**(3/2)/(330*(x + 3/5)*sqrt(10*x - 5) - 363*sqrt(10*x - 5)), 10*Abs(x + 3/5)/11 > 1)
, (-250*(x + 3/5)**(3/2)/(330*sqrt(5 - 10*x)*(x + 3/5) - 363*sqrt(5 - 10*x)), True))

________________________________________________________________________________________

Giac [A]  time = 2.52549, size = 35, normalized size = 1.59 \begin{align*} \frac{2 \, \sqrt{5}{\left (5 \, x + 3\right )}^{\frac{3}{2}} \sqrt{-10 \, x + 5}}{165 \,{\left (2 \, x - 1\right )}^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^(1/2)/(1-2*x)^(5/2),x, algorithm="giac")

[Out]

2/165*sqrt(5)*(5*x + 3)^(3/2)*sqrt(-10*x + 5)/(2*x - 1)^2